Web Development and software

Topics Covered

Web developement includes:

Software include Text editors to type the html codes

List of softwares available include:

HTML and CSS are the essentials for a NICE webpage

HTML, Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects on World Wide Web pages.

CSS, Cascading style sheet, is for describing the presentation of a document written in mark up language, which also determines the outlook of the page.

How to create your own webpage?

Firstly, you have to create a .html and a .css file

Next,you enter the basics of a html file

To further improve your webpage, you can use simple commands such as "p" ,"a href" and "br" to create link,breaks in lines and new paragraphs

CSS files are also essential to give the html webpage LIFE!